Scheduled Meeting - Delete a scheduled meeting
This API deletes a scheduled meeting using the meetingId returned when the meeting was created
Header Parameters
The content type should be application/json
You need an app created on the JioMeet Platform and using the app credentials you can create a JWT to access this API. The JWT should have an issuer and the key "app" with the app id generated from the Plaform.
Request Body
The meeting id that can be used to update, delete or fetch this meeting
Should be 'current' to delete current meeting
- 200
- 400
- 401
- 412
Success
Schema
Indicates whether meeting is DELETED or NOT_DELETED
{
"status": "string"
}
Example delete scheduled meeting response
{
"status": "DELETED"
}
Schema
Status Code of the API
The error code of the API
The error message of the API
{
"customCode": 0,
"message": "string"
}
Schema
Status Code of the API
The error code of the API
The error message of the API
{
"customCode": 0,
"message": "string"
}
Schema
Status Code of the API
The error code of the API
The errors array which includes objects with a "property" and "message" properties describing the error
{
"customCode": 0,
"message": "string"
}